home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’90 / DataStack Filer / Read Me, no me! < prev    next >
Text File  |  1990-06-15  |  1KB  |  32 lines

  1.  
  2. (*    Copyright:    © 1990 by Keith Nemitz, all rights reserved. *)
  3.  
  4.  
  5. Hear Ye, Here Ye!
  6.  
  7. The DataStack Filer is a Library that provides the features of HyperCard cards, 
  8. in the context of useful programming languages. I wrote this library so I could
  9. translate a SuperCard stack (application  prototype) into a real application.
  10.  
  11. There are two components to the DataStack Filer:
  12.  
  13.     1. DataStacks
  14.     2. StackFiles
  15.     
  16.     The DataStack module provides utilities to create a memory-resident stack of
  17.     cards for records or structs. They have a name and a unique ID associated with
  18.     them. All of the necessary routines to create/modify/dispose the stack are
  19.     defined. OS errors and self-defined errors are reported.
  20.     
  21.     The StackFile module provides utilities to associate a DataStack to a file.
  22.     The defined routines create a file, restore an existing file, save the file and
  23.     close the file. Saving and restoring the file automatically compacts the stack, and 
  24.     improves performance. All OS errors are returned. Files are automatically backed-
  25.     up each time the file is saved. The file is actually closed until it is saved.
  26.     
  27.  
  28. Modula-2 source code, and MPW objects are provided.
  29.  
  30.  
  31. Thanks for you support,
  32. keith nemitz